SagaStateWrapper<'UserState, 'TEvent>Union

PackageFCQRS
Standard wrapper for saga states that includes NotStarted/Started

Specification

Kind
Union
Members
6
Examples
0
IsStartedSignature
this.IsStarted
IsUserDefinedSignature
this.IsUserDefined
IsNotStartedSignature
this.IsNotStarted
NotStartedSignature
NotStarted
StartedSignature
Started SagaStartingEvent<Event<'TEvent>>

Summary

NameSignatureSynopsis
IsStartedthis.IsStartedNo description available.
IsUserDefinedthis.IsUserDefinedNo description available.
IsNotStartedthis.IsNotStartedNo description available.
NotStartedNotStartedNo description available.
StartedStarted SagaStartingEvent>No description available.
UserDefinedUserDefined 'UserStateNo description available.

IsStarted

this.IsStarted
Member

Returns

bool

IsUserDefined

this.IsUserDefined
Member

Returns

bool

IsNotStarted

this.IsNotStarted
Member

Returns

bool

NotStarted

NotStarted
Member

Returns

unit

Started

Started SagaStartingEvent<Event<'TEvent>>
Member

Parameters

NameTypeDescription
ItemSagaStartingEvent<Event<'TEvent>>

Returns

unit

UserDefined

UserDefined 'UserState
Member

Parameters

NameTypeDescription
Item'UserState

Returns

unit